/*==================================*/
/*==============RESET===============*/
/*==================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*==================================*/
/*==============RESET===============*/
/*==================================*/

/*===Fonts*/
/*font-family: 'Montserrat', sans-serif;
font-family: 'Lato', sans-serif;*/

/*===BorderBox*/
/* { 
    box-sizing: border-box;
}*/

/*===HTML & Body*/
body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Montserrat", sans-serif;
  color: #777;
}

/*===Navigation*/
#header {
    position: fixed;
    top: 0px;
    
    width: 100%;
    height: 100px;
    z-index: 1000;
    
    /*
    background-color: rgba(255, 255, 255, 0.2);
    */
    
    white-space: nowrap;
}

nav {
    margin: 0 auto;
    
    text-align: center;
    white-space: nowrap;
    font-size: 3vw;
}

@media screen and (min-width: 600px) {
    nav {
        font-size: 1.2em;
    }
}

nav ul {
    width: auto;
}

nav li {
    display: inline-block;
    
    margin-top: 30px;
    margin-right: 10px;
    
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    
    border-color: rgba(255, 255, 255, 0.5);
    border-style: solid;
    border-width: 0px;
    
    color: black;
    font-family: 'Montserrat', sans-serif;
    
    background-color: rgba(255, 255, 255, 0.37);
}

#nav a li {
    text-decoration: none;
}
#nav a li:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
#nav a li:active {
    color: #fff;
}

/*===Video*/
.video-background {
  background: #000;
  position: static;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

/*===Sections*/
h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    opacity: 0.65;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;
}
.bgimg-1 {
  background-image: url("Cover.jpg");
  min-height: 100%;
}

.releaseTitle {
    
}

.about {
    color: #777;
    background-color:white;
    text-align:center;
    padding: 10px 10px;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

@media screen and (min-width: 600px) {
    .about {
        padding: 100px 100px;
    }
}

.bgimg-2 {
    background-image: url("sophia_02.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 40%;
}

#album {
    color:#ddd;
    /*background-color:#282E34;*/
    text-align: center;
    padding: 10px 10px;
    padding-top: 100px;
    padding-bottom: 100px;
    
    /*background-image: url(rock.jpg);*/
}
@media screen and (min-width: 600px) {
    #album {
        padding: 100px 100px;
    }
}

#album h3 {
    color: #ddd;
}

#social {
    color:#ddd;
    text-align:center;
    text-align: justify;
}

#socialBlock {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(sophia_05.png);
    background-color: #342828;
    background-repeat: no-repeat;
    background-size: cover;
}

#social h3 {
    color: #ddd;
}

.socialBox {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    min-height: 500px;
    margin-top: 50px;
}

.social01, .social02 {
    display: block;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    white-space: nowrap;
    overflow-x: visible;
    overflow-y: visible;
    margin: 10px;
}

@media screen and (min-width: 600px) {
    .social01, .social02 {
        display: inline-block;
        width: 40%;
    }
}

.social01 {
    background-image: url(fbBW.png); 
}
.social01:hover {
    background-image: url(fb.png); 
}

.social02 {
    background-image: url(instaBW.png); 
}
.social02:hover {
    background-image: url(insta.png); 
}

.bgimg-3 {
  background-image: url("sophia_06.png");
  min-height: 70%;
}

#title {
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    text-align: center;
    color: #000;
}

#subTitle {
    position: absolute;
    left: 0;
    top: 28%;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.releaseTitle {
    font-size: 7em;
}

.releaseDate {
    font-size: 5em;
}

@media screen and (max-width: 950px) {
    #subTitle {
    top: 28%;
    }
    .releaseTitle {
        font-size: 5em;
    }   

    .releaseDate {
        font-size: 3em;
    }
    
}

#contact .caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #000000;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

.caption span.borderText {
  background-color: #f4f4f4;
  color: #000000;
  padding: 9px;
  font-size: 25px;
  letter-spacing: 10px;
}

.caption span a {
    text-decoration: none;
    color: black;
}
.caption span a:hover {
    text-decoration: underline;
}

#contact {
    background-image: url(sophia_13.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#contact .caption {
    top: 40%;
}

@media screen and (max-width: 600px) {
    .caption span.border {
        font-size: 2vh;
    }
    .caption span.borderText {
        font-size: 1vh;
        letter-spacing: 5px;
    }
}

/* Turn off parallax scrolling for tablets and phones 
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}*/