@charset "UTF-8";

/* Global Content Formatting and Styles */
@import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans|Oswald|Roboto|Roboto+Condense');
@import url('https://fonts.googleapis.com/css?family=Montserrat|Oswald|Roboto+Slab|Signika');

body {
  font-size: 14px;
  /*background: #515673*/
  background: url(../backgrounds/bg5-2.jpg) fixed;
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
}

.page {
  max-width: 1080px;
  position: relative;
  background-color: #fff;
  margin: 0px auto;
  padding: 0px 25px 25px 25px;
  overflow: auto;
}

.container {
  width:100%;
  margin: 0 auto;
}

.logo {
  height: 55px;
  margin: 5px;
  float:left;
}

header {
  width:100%;
  height: 70px;
  background-color: #fff;
}

header::after {
  content: '';
  display: table;
  clear: both;
}

nav {

}

nav ul {
  margin:0;
  padding:0;
  list-style: none;
}

nav li {
  display: inline-block;
  margin-left: 50px;
  padding-top: 23px;
  position: relative;
  font-family: Arial;
}

nav a {
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

nav a:hover {
  color: #000;
}

nav a::before {
  content: '';
  display: block;
  height: 5px;
  background-color: #444;
  position: absolute;
  top: 0;
  width: 0%;
  transition: all ease-in-out 250ms;
}

nav a:hover::before {
  width: 100%;
}

h1 {
  font-size: 3em;
  font-weight: normal;
  font-family: "Roboto Slab", sans-serif;
  color: #013365;
  margin: 0.25em 0 0.25em 0;
  line-height: 1.3;
}

h2 {
  font-size: 2em;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  color: #000;
  margin: 0 0 .5em 0;
  line-height: 1.2;
}

h3 {
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Signika", sans-serif;
  color: #000;
  margin: 0.25em 0 0.25em 0;
  line-height: 1.2;
}

h4 {
  font-size: 1em;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color:#000;
  margin: 0 0 0.5em 0;
  line-height: 1.2;
}

h5 {
  font-size: 1.7em;
  font-weight:bold;
  font-family: "Roboto Slab", sans-serif;
  color:#000;
  margin: 10px 10px 10px 10px;
}

h6 {
  font-size: 1.2em;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  color: #000;
  margin: 5px 5px 5px 5px;
  display: inline-block;
}

p {
  margin: 0 0 0.75em 0;
  font-size:1em;
  font-family: "Roboto Slab", sans-serif;
  margin: 0 auto;
  line-height: 1.5em;
}

a {
  color: #de9000;
  text-decoration: none;
}

a:hover {
  color:#009eff;
}

footer {
  font-size: .85em;
  color: #9ba0bd;
  background-color: #575c7a;
  padding-left: 40px;
}

/*Home Page*/
.slider {
  overflow: hidden;
  height: 600px;

}

figure {
  margin:0px;
  padding:0px;
}

.slider figure div {
  width:20%;
  float: left;
}

.slider figure img {
  width:100%;
  float: left;
}

.slider figure {
  position: relative;
  width: 500%;
  margin 0;
  left: 0;
  animation: 40s slidy infinite;
}

@keyframes slidy {
  0% {
    left:0%;
  }
  10% {
    left: 0%;
  }
  12% {
    left: -100%;
  }
  22% {
    left: -100%;
  }
  24% {
    left: -200%;
  }
  34% {
    left: -200%;
  }
  36% {
    left: -300%;
  }
  46% {
    left: -300%;
  }
  48% {
    left:-400%;
  }
  58% {
    left:-400%;
  }
  60% {
    left:-300%;
  }
  70% {
    left:-300%;
  }
  72% {
    left: -200%
  }
  82% {
    left: -200%;
  }
  84% {
    left: -100%;
  }
  94% {
    left: -100%;
  }
  96% {
    left: 0%;
  }
}
.logo {
  height: 55px;
  margin:5px;
  float:left;
}
.container {
  width:100%;
  margin: 0 auto;
}

.gridcontainer {
  display: grid;
  grid-template-columns:repeat(3,1fr);
  width:100%;
  margin-left: auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:5px;
  grid-gap: 10px;
  text-align: center;
  justify-content: center;
}

.smallgrid {
  background: #ddd;
  padding:8px;
  text-align:center;
}

.description {
  background: #eee;
  padding: 15px;
  margin: 0px;
}
.center {
  text-align: center;
}
.refferal {
  text-align: center;
  color: #fff !important;
  padding: 5px 20px 10px 20px;
  background: url(../images/promobackground3.jpg)
}

.boxes {
  display: inline-block;
  width: 24%;
  text-align: center;
  margin: 10px;
}
/*Portfolio Page*/
.song {
  display: inline-block;
  margin: 10px;
  width:100%
}
 .video {
   display:block;
   margin:10px;
 }
 .album {
   display:block;
   float:right;
   width:50%;
   text-align:center;
   justify-content:center;
 }

 /*Services Page*/
 .servicecontainer {
   text-align: center;
   padding: 0;
   margin-top: 10px;
   margin-bottom: 10px;
 }
 .servicewrapper {
   padding: 0;
   margin: 0;
   display: inline-block;
   justify-content: center;
   width: 85%;
 }
 a.servicebuttons {
   display: inline-block;
   margin: 2%;
   padding: 0;
   width: 20%;
   height: 25%;
   background-color: #eee;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   border: 1px solid transparent;
   text-decoration: none;
 }

 a.servicebuttons:hover {
   border: 1px solid #000;
 }
 .descriptions {
   margin: 0;
   padding: 10px;
   display:block;
   background: #eee;
 }

 .descriptions:nth-child(odd) {
   background: #ddd;
 }

 .details {
   display: inline-block;
   width: 50%;
   margin: 0 auto;
   font-size:1em;
   font-family: "Roboto Slab", sans-serif;
   color:#000;
   margin: 5%;
   line-height:1.1;
   text-align: justify;
 }

 a.backbutton {
   float: right;
   padding: 1px;
   margin: 0;
   border: 1px solid #000;
   background-color: #fff;
   font-size: 1em;
   color: #013365;
   font-family: "Oswald", sans-serif;
   text-decoration: none;
   text-align: center;
 }

 a.backbutton:hover {
   text-decoration:underline;
 }

.musicheader {
  display: block;
  background-color: #013365;
  text-align: center;
  margin: 0;
  padding: 20px;
}

.videoheader {
  display: block;
  background-color: #013365;
  text-align: center;
  margin: 0;
  padding: 20px;
}

.specialheader {
  display: block;
  background-color: #013365;
  text-align: center;
  margin: 0;
  padding: 20px;
}

.title {
  font-family: "Robto Slab", sans-serif;
  font-size: 2em;
  color:#ffffff;
}

.subtitle {
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  color:#ffffff;
  font-style: italic;
}

.icons {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
}
 /*Contact Us Page*/
 .headimg {
   height:600px;
   background:url(../images/contactus.jpg);
   background-size:cover;
 }

 /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/* Add a background color and some padding around the form */
.contactcontainer {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

/*Responsive Values*/
