@font-face {
   font-family:Montserrat-Regular;
   src: url(Montserrat-Regular.ttf);
}

p {
   font-family:Raleway-Regular;
   font-size: 1.4em;
   color: black;
}

@font-face {
   font-family:Raleway-Regular;
   src: url(Raleway-Regular.ttf);
}

.raleway {
   font-family:Raleway-Regular;
   font-size: 1.0em;
   color: black;
   text-align: center;
}

body {
  margin: 0;
  font-family: Raleway-Regular;
	
}

img {
        max-width: 100%;
        height: auto;
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.img-rounded{border-radius:6px}

.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}

