@charset "UTF-8";
/* CSS Document */

body {
  font-family: 'Lora', serif;
  font-weight: 400;
}

img {
  border: none;
}

h3 {
  font-size: 1.2em;
  color: #686868;
  margin-bottom: 2em;
}

label {
  text-align: left;
}

#carolPortrait {
  position: relative;
  margin-top: 3em;
  margin-left: -11em;
  width: 150%;
  height: auto;
}

#amBugBox {
  position: fixed;
  top: -14px;
  left: -11px;  
  width: 17%;
  height: 17%;
  z-index: 20;
  -ms-transform: rotate(-6deg); /* IE 9 */
  -webkit-transform: rotate(-6deg); /* Safari */
  transform: rotate(-6deg);  
}

#amBug {
  position: relative;
  width: 100%;
  height: auto;
}

#topBar {
  position: fixed;
  top: 0px;
  filter: alpha(opacity=94);
    -moz-opacity: 0.94;
    -khtml-opacity: 0.94;
    opacity: 0.94;
  z-index: 10;
}

/* .navbar-header {
  width: 77%;
} */

.container {
  width: 80%;
}

#brand {
  margin: 0px auto;
  width: 100%;
}

#logo {
  position: relative;
  text-align: center;
  width: 100%;
}

#carol {
  width: 77%;
  height: auto;
  margin-top: 4.77em;
}

#demoReelblock {
  margin: 0px auto;	
  position: relative;
/*  text-align: center; */
  width: 77%;
  margin-top: 1.3em;
/*  height: 0px;
  padding-bottom: 60%; */
}

#demoReel {
  position: relative;
  /* text-align: center; */
  width: 100%;
  height: 0px;
  padding-bottom: 57%;
}

#demoReelframe {
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 100%; 
  height: 100%;
  /* width: 77%;
  height: 56%;
  margin-top: 1.3em; */
}

#homeBlock {
  margin: 0px auto;
  width: 100%;
}

#statement {
  position: relative;
  text-align: center;
  width: 100%;
}

#title {
  width: 33%;
  height: auto;
  margin-top: 1.77em;
}

#titleAnima {
  width: 64%;
  height: auto;
  margin-top: 1.77em;
}

#titleAnimatia {
  width: 44%;
  height: auto;
  margin-top: 2.8em;
}

#mainContent {
  position: relative;
  padding-left: 13%;
  padding-right: 13%;
  margin-top: 1.33em;
  margin-bottom: 5em;  
  text-align: left;
}

.p {
  font-family: 'Lora', serif;
  font-weight: 400;
}

.firstP {
  font-size: 1.3em;
}

.emph {
  font-family: 'Lora', serif;
  font-style: italic;
}

.emphB {
  font-weight: 700;
}

.desripP {
  padding-top: 2em;
}

.linkP {
  text-align: center;
}

.webName {
  font-weight: 700;
  font-size: 1.15em;
}

.webImg {
  width: 70%;
  margin-top: .55em;
  margin-bottom: 2em;
}

#footerFix {
  position: fixed;
  width: 100%;
  background-color:#BADBCD;
  padding-top: .77em;
  bottom: 0px;
  filter: alpha(opacity=77);
    -moz-opacity: 0.77;
    -khtml-opacity: 0.77;
    opacity: 0.77;
  z-index: 12;  
}

#contactForm {
  border-radius: 15px;	
  width: 77%;
  margin-left: 11%;
  margin-right: 11%;
  margin-bottom: 5em;
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 1%;
}

@media (min-width: 768px) {
  .container {
    filter: alpha(opacity=77);
    -moz-opacity: 0.77;
    -khtml-opacity: 0.77;
    opacity: 0.77;
  }
  #amBugBox {
  position: fixed;
  top: -17px;
  left: 86%;  
  width: 15%;
  height: 15%;
  z-index: 20;
  -ms-transform: rotate(-6deg); /* IE 9 */
  -webkit-transform: rotate(-6deg); /* Safari */
  transform: rotate(-6deg);  
}
#carolPortrait {
  position: relative;
  margin-top: 3em;
  margin-left: -15em;
  width: 93%;
  height: auto;
}
}

@media (min-width: 992px) {
  .container {
    filter: alpha(opacity=77);
    -moz-opacity: 0.77;
    -khtml-opacity: 0.77;
    opacity: 0.77;
  }
  #amBugBox {
  position: fixed;
  top: -17px;
  left: 86%;  
  width: 15%;
  height: 15%;
  z-index: 20;
  -ms-transform: rotate(-6deg); /* IE 9 */
  -webkit-transform: rotate(-6deg); /* Safari */
  transform: rotate(-6deg);  
}
#carolPortrait {
  position: relative;
  margin-top: 3em;
  margin-left: -20em;
  width: 88%;
  height: auto;
}
}

@media (min-width: 1200px) {
  .container {
    filter: alpha(opacity=77);
    -moz-opacity: 0.77;
    -khtml-opacity: 0.77;
    opacity: 0.77;
  }
  #amBugBox {
  position: fixed;
  top: -17px;
  left: 86%;  
  width: 15%;
  height: 15%;
  z-index: 20;
  -ms-transform: rotate(-6deg); /* IE 9 */
  -webkit-transform: rotate(-6deg); /* Safari */
  transform: rotate(-6deg);  
}
#carolPortrait {
  position: relative;
  margin-top: 3em;
  margin-left: -30em;
  width: 88%;
  height: auto;
}
}

