/* roboto-regular - latin_latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/static/webfonts/roboto-v18-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
         url('/static/webfonts/roboto-v18-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/static/webfonts/roboto-v18-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/static/webfonts/roboto-v18-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
         url('/static/webfonts/roboto-v18-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/static/webfonts/roboto-v18-latin_latin-ext-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-italic - latin_latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('/static/webfonts/roboto-v18-latin_latin-ext-italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Italic'), local('Roboto-Italic'),
         url('/static/webfonts/roboto-v18-latin_latin-ext-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/static/webfonts/roboto-v18-latin_latin-ext-italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('/static/webfonts/roboto-v18-latin_latin-ext-italic.woff') format('woff'), /* Modern Browsers */
         url('/static/webfonts/roboto-v18-latin_latin-ext-italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/static/webfonts/roboto-v18-latin_latin-ext-italic.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-700 - latin_latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/static/webfonts/roboto-v18-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
         url('/static/webfonts/roboto-v18-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/static/webfonts/roboto-v18-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('/static/webfonts/roboto-v18-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
         url('/static/webfonts/roboto-v18-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/static/webfonts/roboto-v18-latin_latin-ext-700.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-700italic - latin_latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('/static/webfonts/roboto-v18-latin_latin-ext-700italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
         url('/static/webfonts/roboto-v18-latin_latin-ext-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/static/webfonts/roboto-v18-latin_latin-ext-700italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('/static/webfonts/roboto-v18-latin_latin-ext-700italic.woff') format('woff'), /* Modern Browsers */
         url('/static/webfonts/roboto-v18-latin_latin-ext-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/static/webfonts/roboto-v18-latin_latin-ext-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
  }

  @font-face {
    font-family: 'AntinoouWeb';
    src: url('/static/webfonts/antinoou-webfont.eot');
    src: url('/static/webfonts/antinoou-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/webfonts/antinoou-webfont.woff') format('woff'),
         url('/static/webfonts/antinoou-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'Roboto';

}

main {
    margin-top: 70px;
    margin-bottom: 100px;

}

footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
    background-color: #efefef;
}

.navbar {
    /* background-color: #c90230!important; */
}

/* #navbarCollapse > ul > li > a {
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}

div.col-md-4 > div.alert {
    font-family: 'Roboto Condensed';


} */

.coptic-text {
    font-family: 'AntinoouWeb';
}